home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / jilt.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  196 b   |  28 lines

  1. JILT
  2. {
  3.     {
  4.         x1=-2.0
  5.         x2= 2.0
  6.         y1=-1.75
  7.         y2= 1.75
  8.         par1.r=2.0
  9.         par1.i=0.0
  10.         bailout=4.0
  11.     }
  12.     {
  13.         z=pixel
  14.         t=par1
  15.         u=pow(pixel,t)
  16.     }
  17.     {
  18.         z=z*z
  19.         z=z-u
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.